Platform Explorer / Nuxeo Platform 2023.10

Operation Services.TagDocument (Tag Document)

Description

Tag document with one or several 'tags'.
Operation id Services.TagDocument
Category Services
Label Tag Document
Requires
Since 7.1

Parameters

Name Description Type Required Default value
tags Labels or tags separated by comma. stringlist yes  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.tag.operations.TagDocument
Contributing Component org.nuxeo.ecm.platform.tag.operations.contrib

JSON Definition

{
  "id" : "Services.TagDocument",
  "label" : "Tag Document",
  "category" : "Services",
  "requires" : null,
  "description" : "Tag document with one or several 'tags'.",
  "since" : "7.1",
  "url" : "Services.TagDocument",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "tags",
    "description" : "Labels or tags separated by comma.",
    "type" : "stringlist",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}